const crypto/tls.statusTypeOCSP
6 uses
crypto/tls (current package)
common.go#L152: statusTypeOCSP uint8 = 1
handshake_messages.go#L432: m.ocspStapling = statusType == statusTypeOCSP
handshake_messages.go#L1324: b.AddUint8(statusTypeOCSP)
handshake_messages.go#L1393: if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
handshake_messages.go#L1468: b.AddUint8(statusTypeOCSP)
handshake_messages.go#L1484: !s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)